Lely core libraries 1.9.2
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 NlelyGlobal namespace for the Lely Industries N.V. libraries
 NcanopenNamespace for the C++ CANopen application library
 Cbad_copyThe type of objects thrown as exceptions to report a failure to copy an instantiation of a C type
 Cbad_initThe type of objects thrown as exceptions to report a failure to initialize an instantiation of a C type
 Cbad_moveThe type of objects thrown as exceptions to report a failure to move an instantiation of a C type
 Cc_mem_call
 Cc_mem_call< impl::c_pack< R, ArgTypes... >, C, M >Provides a C wrapper for a member function with an arbitrary number of arguments
 Cc_mem_call< R(*)(ArgTypes...), C, M >Provides a C wrapper for a member function with an arbitrary number of arguments
 Cc_mem_fn
 Cc_mem_fn< impl::c_pack< R, ArgTypes... >, C >A class template supplying the type of a member function with an arbitrary number of arguments
 Cc_mem_fn< R(*)(ArgTypes...), C >A class template supplying the type of a member function with an arbitrary number of arguments
 Cc_obj_call
 Cc_obj_call< impl::c_pack< R, ArgTypes... >, F >Provides a C wrapper for a function object with an arbitrary number of arguments
 Cc_obj_call< R(*)(ArgTypes...), F >Provides a C wrapper for a function object with an arbitrary number of arguments
 Cc_type_traitsA class template supplying a uniform interface to certain attributes of C types
 Cc_type_traits< __can_net >The attributes of can_net_t required by lely::CANNet
 Cc_type_traits< __can_recv >The attributes of can_recv_t required by lely::CANRecv
 Cc_type_traits< __can_timer >The attributes of can_timer_t required by lely::CANTimer
 Cc_type_traits< __co_csdo >The attributes of co_csdo_t required by lely::COCSDO
 Cc_type_traits< __co_dev >The attributes of co_dev_t required by lely::CODev
 Cc_type_traits< __co_emcy >The attributes of co_emcy_t required by lely::COEmcy
 Cc_type_traits< __co_gw >The attributes of co_gw_t required by lely::COGW
 Cc_type_traits< __co_gw_txt >The attributes of co_gw_txt_t required by lely::COGWTxt
 Cc_type_traits< __co_lss >The attributes of co_lss_t required by lely::COLSS
 Cc_type_traits< __co_nmt >The attributes of co_nmt_t required by lely::CONMT
 Cc_type_traits< __co_obj >The attributes of co_obj_t required by lely::COObj
 Cc_type_traits< __co_rpdo >The attributes of co_rpdo_t required by lely::CORPDO
 Cc_type_traits< __co_ssdo >The attributes of co_ssdo_t required by lely::COSSDO
 Cc_type_traits< __co_sub >The attributes of co_sub_t required by lely::COSub
 Cc_type_traits< __co_sync >The attributes of co_sync_t required by lely::COSync
 Cc_type_traits< __co_time >The attributes of co_time_t required by lely::COTime
 Cc_type_traits< __co_tpdo >The attributes of co_tpdo_t required by lely::COTPDO
 Cc_type_traits< __co_wtm >The attributes of co_wtm_t required by lely::COWTM
 Cc_type_traits< __io_poll >The attributes of io_poll_t required by lely::IOPoll
 Cc_type_traits< can_buf >The attributes of can_buf required by lely::CANBuf
 Cc_type_traits< void >A class template supplying a uniform interface to certain attributes of the C type void
 CCANBufA CAN frame buffer
 CCANNetAn opaque CAN network interface type
 CCANRecvAn opaque CAN frame receiver type
 CCANTimerAn opaque CAN timer type
 Cco_type_traitsA class template mapping CANopen types to C++ types
 Cco_type_traits_NA class template mapping CANopen types to C++ types
 Cco_type_traits_TA class template mapping CANopen types to C++ types
 Cco_type_traits_T< char16_t[N]>
 Cco_type_traits_T< char[N]>
 CCOCSDOAn opaque CANopen Client-SDO service type
 CCOCSDOUpConA CANopen Client-SDO upload confirmation callback wrapper that deserializes the received value on success
 CCOCSDOUpCon< char * >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of visible characters on success
 CCOCSDOUpCon< char16_t * >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of (16-bit) Unicode characters on success
 CCOCSDOUpCon< uint8_t * >A CANopen Client-SDO upload confirmation callback wrapper for an array of octets
 CCOCSDOUpCon< void * >A CANopen Client-SDO upload confirmation callback wrapper for an arbitrary large block of data
 CCOCSDOUpCon<::std::basic_string< char16_t > >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of (16-bit) Unicode characters on success
 CCOCSDOUpCon<::std::string >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of visible characters on success
 CCOCSDOUpCon<::std::vector< uint8_t > >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of octets on success
 CCODevAn opaque CANopen device type
 CCOEmcyAn opaque CANopen EMCY producer/consumer service type
 CCOGWAn opaque CANopen gateway type
 CCOGWTxtAn opaque CANopen ASCII gateway client type
 CCOLSSAn opaque CANopen LSS master/slave service type
 CCONMTAn opaque CANopen NMT master/slave service type
 CCOObjAn opaque CANopen object type
 CCORPDOAn opaque CANopen Receive-PDO service type
 CCOSSDOAn opaque CANopen Server-SDO service type
 CCOSubAn opaque CANopen sub-object type
 CCOSubDnIndA CANopen CANopen sub-object download indication callback wrapper
 CCOSubUpIndA CANopen CANopen sub-object upload indication callback wrapper
 CCOSyncAn opaque CANopen SYNC producer/consumer service type
 CCOTimeAn opaque CANopen TIME producer/consumer service type
 CCOTPDOAn opaque CANopen Transmit-PDO service type
 CCOValA CANopen value
 CCOVal< CO_DEFTYPE_DOMAIN >A CANopen value containing an arbitrary large block of data
 CCOVal< CO_DEFTYPE_OCTET_STRING >A CANopen value containing an array of octets
 CCOVal< CO_DEFTYPE_UNICODE_STRING >A CANopen value containing an array of (16-bit) Unicode characters
 CCOVal< CO_DEFTYPE_VISIBLE_STRING >A CANopen value containing an array of visible characters
 CCOWTMAn opaque CANopen Wireless Transmission Media (WTM) interface type
 Cdelete_c_typeThe deleter for trivial, standard layout and incomplete C types
 CerrorThe type of objects thrown as exceptions to report a system error with an associated error code
 Cincomplete_c_typeThe base class for a C++ interface to an incomplete C type
 CIOCANA Controller Area Network (CAN) device handle
 CIOFileA regular file device handle
 CIOHandleAn I/O device handle
 CIOPipeA pipe I/O device handle
 CIOPollAn opaque I/O polling interface type
 CIOSerialA serial I/O device handle
 CIOSockA sock I/O device handle
 Cstandard_c_typeThe base class for a C++ interface to a standard layout C type
 Ctrivial_c_typeThe base class for a C++ interface to a trivial C type
 NstdSTL namespace
 Cis_error_code_enum<::lely::canopen::SdoErrc >